home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 1999 June / maximum-cd-1999-06.iso / Fireworks 2 / data1.cab / Program_Files / Tutorials / master / styles.css < prev   
Encoding:
Cascading Style Sheet File  |  1999-03-01  |  1.2 KB  |  62 lines

  1.  
  2. /* description for custom style */
  3. BODY
  4. {margin-left: 10px;
  5. font-family: Arial, Helvetica, sans-serif;        
  6. text-align: left;
  7. color: black; font-size: 9pt}
  8.  
  9. P
  10. {
  11.  
  12. font: 9pt Arial, Helvetica, sans-serif; clip:  rect(auto   )}
  13.  
  14. H1
  15. {font: bold 24pt Verdana, Arial, Helvetica, sans-serif;
  16. background: transparent;
  17. color: #000000}
  18.  
  19. H2
  20. {font: bold 16pt Arial, Helvetica, sans-serif;
  21. background: transparent;
  22. color: navy}
  23.  
  24. H3
  25. {font: bold 12pt Arial, Helvetica, sans-serif;
  26. background: transparent;
  27. color: #000000}
  28.  
  29. H4
  30. {font: 11pt Arial, Helvetica, sans-serif;    
  31. margin-left: 10px;
  32. color: Navy;
  33. font-weight: bold;
  34. background: transparent}
  35.  
  36. H5
  37. {font: 9pt Arial, Helvetica, sans-serif;
  38. margin-left: 10px;
  39. background: transparent;
  40. color: navy}
  41.  
  42. LI
  43. {display: list-item; 
  44. margin-left: 10px;
  45. font: 9pt Arial, Helvetica, sans-serif}        
  46.  
  47. DL
  48. {display: list-item; 
  49. font: 9pt Arial, Helvetica, sans-serif}        
  50.  
  51. B, STRONG {font-weight: bold}
  52.  
  53. I, CITE, EM, VAR, ADDRESS
  54. {font-style: italic}
  55.  
  56. PRE, TT, CODE, KBD, SAMP
  57. {font-family: monospace}
  58.  
  59. A:link {color: #000000; text-decoration: none}
  60.  
  61. A:visited {color: #333333; text-decoration: none}   
  62.